home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 May
/
EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso
/
earkit
/
ftp
/
amftp.cd
< prev
next >
Wrap
Text File
|
1997-02-19
|
20KB
|
803 lines
;
; $VER: AmFTP.cd 1.75 (19.02.97)
;
;
; Usefull strings
;
MSG_OK (1001//)
*_OK
MSG_CANCEL (1002//)
_Cancel
MSG_NO (1003//)
_No
MSG_YES (1004//)
*_Yes
MSG_RETRY (1005//)
*_Retry
;
MSG_MENU_PROJECT (2001//)
Project
MSG_MENU_ABOUT (2002//)
About...
MSG_MENU_ICONIFY (2003//)
Iconify
MSG_MENU_QUIT (2004//)
Quit
MSG_MENU_SETTINGS (2005//)
Settings
MSG_MENU_MUI (2006//)
MUI Settings...
MSG_MENU_FLAT (2007//)
Flat download
MSG_MENU_DIRTOOL (2008//)
Directory tool
MSG_MENU_OPENBATCHWIN (2009//)
Batch window...
MSG_MENU_OPENCONNECT (2010//)
Open connection...
MSG_MENU_ACTION (2011//)
Action
MSG_MENU_DOWNLOAD (2012//)
Download by name
MSG_MENU_SENDRAW (2013//)
Send raw command
MSG_MENU_ADTSHOWMOTD (2014//)
Show aminet MOTD (Message Of The Day)
MSG_MENU_SNAPSHOTSITE (2015//)
Snapshot current session
MSG_MENU_SAVEPROFILES (2016//)
Save profile list
MSG_MENU_IMPORTPROFILES (2017//)
Import profile list
MSG_MENU_SAVEBATCH (2018//)
Save batch window contents
MSG_MENU_LOADBATCH (2019//)
Load & add batch window contents
;
; Application stuff
;
MSG_APP_DESC (3001//)
AmFTP FTP Client
MSG_APP_GUIDENAME (3002//)
AMFTP.guide
;
; About
;
MSG_ABOUT_TITLE (4001//)
AmFTP Copyright Information
MSG_ABOUT_BUTTON (4002//)
Close this window
MSG_ABOUT_LISTTITLE (4003//)
\033c\033b\033uAmFTP · The AmigaOS FTP Client
;
; TCP Module / Error Codes
;
MSG_TCP_FAILED (5001//)
Unable to open a TCP/IP stack.\nYou must install AmiTCP, AS225r2 or a compatible\n\
TCP/IP stack before you can use AmFTP.
MSG_ERROR_OPENFILE (5002//)
\033bError: Can't open file \"%s\" (%s)!
MSG_APP_FAILED (5003//)
Internal error:\nFailed to create MUI Application Object\nMUI Error code %ld\n\
Please report this bug via email immediately to\nmerlin@vapor.com\n\
State your system configuration and, if possible,\nthe circumstances which caused the bug.
MSG_WIN_FAILED (5004//)
Internal error:\nFailed to create MUI Window Object\nMUI Error code %ld\n\
Please report this bug via email immediately to\nmerlin@vapor.com\n\
State your system configuration and, if possible,\nthe circumstances which caused the bug.
MSG_ERROR_PATTERN (5006//)
Error: Cannot parse viewer pattern! Start preferences and check it.
MSG_ERROR_PREFS (5007//)
Cannot find AmFTP preferences
MSG_ERROR_MEMORY (5008//)
Can't allocate memory!
MSG_ERROR_SAVEPROFILE (5009//)
Can't save profile settings.\nFilename: \"\033b%s\033n\"\nMaybe check your $HOME directory.
MSG_ERROR_IMPORTPROFILE (5010//)
\033cCan't import profile settings!\n\033bWrong file format.
MSG_ERROR_NODISKSPACE (5011//)
\033cNot enough free disk space on destination drive!\nDownload size \033b%ld\033n bytes, free disk space \033b%ld\033n bytes.
;
; Main Window
;
MSG_MW_DELETE_GADS (6001//)
Delete|Cancel
MSG_MW_DELETE_BODY (6002//)
Do you really want to delete\n\033b%ld\033n selected file(s)?
MSG_MW_INVALIDPAT (6003//)
The pattern \"%s\" is invalid.
MSG_MW_LOCALSHOW (6004//)
\033bShowing \"%s\"...
MSG_MW_LOCALDEL (6005//)
\033bDeleting \"%s\"...
MSG_MW_LABEL_LOCAL (6006//)
Local:
MSG_MW_LABEL_REMOTE (6007//)
Remote:
MSG_MW_BUT_HELP (6008//)
Help
MSG_MW_BUT_MKDIR (6009//)
MakeDir
MSG_MW_BUT_MARK (6010//)
+
MSG_MW_BUT_UNMARK (6011//)
-
MSG_MW_BUT_VIEW (6012//)
Show
MSG_MW_BUT_RENAME (6013//)
Rename
MSG_MW_BUT_DELETE (6014//)
Delete
MSG_MW_BUT_SEND (6015//)
\033bSend \033I[6:30]\033I[6:30]
MSG_MW_BUT_RECEIVE (6016//)
\033I[6:31]\033I[6:31]\033b Receive
MSG_MW_BUT_REFRESH (6017//)
Refresh
MSG_MW_BUT_SETUP (6018//)
Setup
MSG_MW_BUT_CONNECT (6019//)
Connect
MSG_MW_BUT_CLOSE (6020//)
Disconnect
MSG_MW_LABEL_MODE (6021//)
Transfer mode:
MSG_MW_LABEL_MODE_BIN (6022//)
Binary
MSG_MW_LABEL_MODE_ASCII (6023//)
ASCII
MSG_MW_TITLE_NOTCONNECTED (6024//)
%s · not connected
MSG_MW_TITLE_CONNECTED (6025//)
%s · connected with \"%s\" (%s)
MSG_MW_INFO (6026//)
%ld files [%ld], %ld dirs [%ld], %ldK [%ldK]
MSG_MW_INFOADT (6027//)
%ld files [%ld], %ldK [%ldK]
MSG_SH_MW_BUT_MKDIR (6028//)
Create a new directory
MSG_SH_MW_BUT_MARK (6029//)
Mark files matching pattern
MSG_SH_MW_BUT_UNMARK (6030//)
Unmark files matching pattern
MSG_SH_MW_BUT_VIEW (6031//)
Show currently selected file(s)
MSG_SH_MW_BUT_RENAME (6032//)
Rename currently selected file(s)
MSG_SH_MW_BUT_DELETE (6033//)
Delete currently selected file(s)
MSG_SH_MW_BUT_SEND (6034//)
Send selected files to remote host
MSG_SH_MW_BUT_RECEIVE (6035//)
Get selected files from remote host
MSG_SH_MW_BUT_REFRESH (6036//)
Refresh the file list
MSG_SH_MW_BUT_CDUP (6037//)
Go to the parent of the\ncurrent directory
MSG_SH_MW_BUT_CONNECT (6038//)
Connect to a FTP server
MSG_SH_MW_BUT_CLOSE (6039//)
Close current connection
MSG_SH_MW_BUT_SETUP (6040//)
Show the Setup page
MSG_SH_MW_BUT_HELP (6041//)
Show the AmFTP.guide online documentation
MSG_MW_BUT_README (6042//)
Readme
MSG_SH_MW_BUT_README (6043//)
Shows Readme of selected file(s)
MSG_MW_BUT_BATCH (6044//)
Batch
MSG_SH_MW_BUT_BATCH (6045//)
Batch selected file(s)\nfor later complete download
MSG_MW_REC_NOMSG (6046//)
\033cThere are no \033bnew\033n files available.\nSelect \"Recent 7\" to see all.
MSG_MW_REC_TITLE_NAME (6047//)
\033uFilename
MSG_MW_REC_TITLE_SIZE (6048//)
\033uSize
MSG_MW_REC_TITLE_DIR (6049//)
\033uDirectory
MSG_MW_REC_TITLE_DESC (6050//)
\033uDescription
MSG_MW_BUT_CDUP (6051//)
Parent
MSG_MW_BUT_FIND (6052//)
Find
MSG_SH_MW_BUT_FIND (6053//)
Search for special ADT entry\nby calling a find site
MSG_MW_BUT_ARCHIE (6054//)
Archie
MSG_SH_MW_BUT_ARCHIE (6055//)
Search for a special file\nby calling a archie search site
MSG_MW_DOUBLECLICK_ARCHIE (6056//)
You are already connected to a ftp-Server.\nClose connection first.
;
; Requester Strings
;
MSG_CLOSE_CONNECTION (7001//)
Do you really want to close connection?
MSG_REQUESTER_RESUME (7002//)
\033cFile \"%s\" already exists.\nDo you want to resume starting at byte %ld?
MSG_RESUME_BT_RESUME (7003//)
*R_esume
MSG_RESUME_BT_OVERWRITE (7004//)
_Overwrite
MSG_RESUME_BT_RENAME (7006//)
_Rename
MSG_RESUME_BT_SKIP (7005//)
_Skip
;
; Profile Window
;
MSG_CW_TITLE (8001//)
Server profiles
MSG_CW_LABEL_NAME (8002//)
Profile name:
MSG_CW_LABEL_HOST (8003//)
Host name:
MSG_CW_LABEL_USER (8004//)
Login name:
MSG_CW_LABEL_PASSWORD (8005//)
Password:
MSG_CW_LABEL_ANON (8006//)
Anon login:
MSG_CW_LABEL_ADT (8007//)
ADT server:
MSG_CW_LABEL_FSP (8028//)
FSP server:
MSG_CW_BUT_NEW (8008//)
New
MSG_CW_BUT_COPY (8030//)
Copy
MSG_CW_BUT_CONNECT (8009//)
Connect to FTP server
MSG_CW_BUT_CANCEL (8010//)
Back to main page
MSG_CW_BUT_DELETE (8011//)
Delete
MSG_CW_LABEL_RETRIES (8012//)
Retries:
MSG_CW_LABEL_DIR (8013//)
Remote dir:
MSG_CW_LABEL_LDIR (8014//)
Local dir:
MSG_CW_LABEL_SAVEDIR (8015//)
Save dir:
MSG_CW_LABEL_QUIETLOGIN (8016//)
Quiet:
MSG_SH_CW_BUT_CONNECT (8017//)
Connect to the currently selected\nFTP Server
MSG_SH_CW_BUT_CANCEL (8018//)
Back to the main page
MSG_SH_CW_BUT_NEW (8019//)
Create a new profile entry
MSG_SH_CW_BUT_COPY (8031//)
Copy a profile entry
MSG_SH_CW_BUT_DELETE (8020//)
Delete currently selected profile entry
MSG_SH_CW_LABEL_ANON (8021//)
Use anonymous login
MSG_SH_CW_LABEL_ADT (8022//)
Use ADT features (Aminet Download Tool)
MSG_SH_CW_LABEL_FSP (8029//)
Use FSP (File Service Protocol) instead of ftp.\n\
(Only activate, if you're sure current server\n\
understands this protocol.)
MSG_SH_CW_LABEL_SAVEDIR (8023//)
Save the current directory when\nleaving the server
MSG_SH_CW_LABEL_QUIETLOGIN (8024//)
Attempt to force the FTP server to\nnot send informational messages
MSG_CW_LABEL_PORT (8025//)
Port:
MSG_CW_BUT_SORT (8026//)
Sort
MSG_SH_CW_BUT_SORT (8027//)
Sort all profiles alphabetical
MSG_CW_LABEL_COMPRESSION (8032//)
Compression:
MSG_SH_CW_LABEL_COMPRESSION (8033//)
Try to download files compressed\n\
first.
;
; X-Fer Window
;
MSG_XF_FILES_TOGO (9001//)
Files to go
MSG_XF_TITLE (9002//)
Transfer
MSG_XF_TITLE_SEND (9003//)
Sending file (BINARY)
MSG_XF_TITLE_RECEIVE (9004//)
Receiving file (BINARY)
MSG_XF_TITLE_SEND_ASC (9005//)
Sending file (ASCII)
MSG_XF_TITLE_RECEIVE_ASC (9006//)
Receiving file (ASCII)
MSG_XF_BUT_CANCEL (9007//)
Abort this file
MSG_XF_BUT_CANCEL_ALL (9008//)
Abort the whole transfer
MSG_XF_LABEL_LOCAL (9011//)
Local file name:
MSG_XF_LABEL_REMOTE (9012//)
Remote file name:
MSG_XF_LABEL_SIZE (9013//)
Size of the file:
MSG_XF_LABEL_SPEED (9014//)
Average transfer speed:
MSG_XF_LABEL_ELAPSED (9015//)
Time elapsed:
MSG_XF_LABEL_TOGO (9016//)
Expected time:
MSG_XF_LABEL_DISKSPACE (9022//)
Allocated disk space:
MSG_XF_LABEL_FILESTOGO (9023//)
Total transfered:
MSG_XF_DIRLIST (9017//)
Directory listing
MSG_XF_LOGREPORT_TIME (9018//)
Received %ld bytes in %02ld:%02ld:%02ld,%02ld;
MSG_XF_LOGREPORT_BITS (9019//)
%ld bit/s
MSG_XF_LOGREPORT_BYTES (9020//)
%ld byte/s
MSG_XF_LOGREPORT_KBYTES (9021//)
%ld.%ld kbyte/s
;
; FTP-info Texts
;
MSG_FTP_RELOAD_CONFIG (1101//)
Configuration reloaded...
MSG_FTP_STARTING (1102//)
Starting with profile \"%s\"
MSG_FTP_NOSOCKS (1103//)
Unable to create sockets?!?
MSG_FTP_LOOKINGUP (1104//)
Looking up host \"%s\"...
MSG_FTP_LOOKUPERROR (1105//)
Unable to lookup \"%s\". Check the spelling of the hostname!
MSG_FTP_CONNECTING (1106//)
Connecting to \"%s\" (%s)...
MSG_FTP_CANTCONNECT (1107//)
Unable to connect, error %ld (%s)
MSG_FTP_CONNECTIONESTABLISHED (1108//)
Connection established, now logging in...
MSG_FTP_CLOSING (1109//)
Closing connection.
MSG_FTP_SEND_CDUP (1110//)
\033bSending CDUP command...
MSG_FTP_SEND_LS (1111//)
\033bRequesting directory listing...
MSG_FTP_SEND_CWD (1112//)
\033bSending \"CWD %s\"...
MSG_FTP_SEND_SHOW (1113//)
\033bRetrieving file \"%s\" for display...
MSG_FTP_READINGLS (1114//)
\033bReading file list...
MSG_FTP_ABORT (1115//)
\033bSending ABOR command...
MSG_FTP_BEGINRETR (1116//)
\033bDownloading file \"%s\" as \"%s\" (%ld bytes)
MSG_FTP_BEGINSTOR (1117//)
\033bUploading file \"%s\" as \"%s\" (%ld bytes)
MSG_FTP_SNAPSHOT (1118//)
\033bSnapshot current session as \"%s\".
;
; Rename Window
;
MSG_WIN_RENAME (1201//)
AmFTP · Rename File
MSG_REN_NEW (1202//)
\033cEnter new filename for \"%s\":
MSG_REN_LOG (1203//)
Renaming \"%s\" to \"%s\"...
MSG_SH_RW_RENAME_STR (1204//)
Enter new filename
;
; Makedir Window
;
MSG_WIN_MKDIR (1301//)
AmFTP · Make Directory
MSG_MKDIR_NEW (1302//)
\033cEnter directory name:
MSG_MKDIR_LOG (1303//)
Creating directory \"%s\"...
MSG_SH_MKW_MAKEDIR_STR (1304//)
Enter directory to create
;
; Open Connection Window
;
MSG_WIN_OPENCONNECT (1350//)
AmFTP · Open Connection...
MSG_OPENCONNECT_HOST (1351//)
Host:
MSG_OPENCONNECT_BUTTON (1352//)
Open connection
MSG_SH_OPENCONNECT (1353//)
Make anonymous ftp connection to this host.
;
; Download Window
;
MSG_WIN_DOWNLOAD (1360//)
AmFTP · Download
MSG_DOWNLOAD_FILE (1361//)
Filename:
MSG_DOWNLOAD_BUTTON (1362//)
Download by name
MSG_SH_DOWNLOAD (1363//)
Download this file from current directory
;
; Sendraw Window
;
MSG_WIN_SENDRAW (1370//)
AmFTP · Send RAW Command
MSG_SENDRAW_CMD (1371//)
Command:
MSG_SENDRAW_BUTTON (1372//)
Send RAW command
MSG_SH_SENDRAW (1373//)
Send command RAW to current ftp Server
;
; Cycle Gadgets in ADT Mode
;
MSG_CYC_SORT_SHOW (1401//)
\033cShow:
MSG_CYC_TIME_NEW (1402//)
New
MSG_CYC_TIME_ALL (1403//)
Recent 7
MSG_CYC_TIME_RECENT14 (1404//)
Recent 14
MSG_CYC_ADT_INDEX (1405//)
Local
MSG_CYC_ADT_FOUND (1406//)
Found
MSG_CYC_ADT_SELECT (1407//)
Selected
MSG_CYC_SORT_TEXT (1408//)
\033cSort:
MSG_CYC_SORT_NAME (1409//)
Name
MSG_CYC_SORT_DIR (1410//)
Directory
MSG_CYC_SORT_DATE (1411//)
Date
;
; Batch Window
;
MSG_WIN_BATCH (1501//)
AmFTP · Batched Files
MSG_BW_BUT_DOWN (1502//)
Receive all
MSG_SH_BW_BUT_DOWN (1503//)
Receive all file(s)\nin this window
MSG_BW_BUT_DELETE (1504//)
Remove
MSG_SH_BW_BUT_DELETE (1505//)
Remove selected entry
MSG_BW_INFO (1506//)
%ld files, %ldK
;
; Abort Window
;
MSG_AW_TXT_ABORT (1601//)
\033cConnecting to \033b%s\033n, Port \033b%s\033n\nPlease wait...
MSG_AW_BUT_ABORT (1602//)
Abort connection
MSG_AW_TITLE (1603//)
AmFTP · Connecting...
;
; ADT-info Texts
;
MSG_ADT_STATUS (1701//)
ADT State:
MSG_ADT_LOAD_RECENT (1702//)
\033bPlease wait, loading recent file...
MSG_ADT_LOAD_INDEX (1703//)
\033bPlease wait, loading index file...
MSG_ADT_LOAD_FIND (1704//)
\033bPlease wait, calling find site...
MSG_ADT_LOAD_RECFIND (1705//)
\033bReceiving find result...
MSG_ADT_SHOW_RECENT_PARSING (1706//)
\033cParsing recent list...
MSG_ADT_SHOW_RECENT_ERROR (1707//)
\033cGot no recent list!
MSG_ADT_SHOW_RECENT_NONE (1708//)
\033cLoading recent...
MSG_ADT_SHOW_RECENT_NEW (1709//)
\033cNew files since %s
MSG_ADT_SHOW_RECENT_ALL (1710//)
\033cAll files of last 7 days
MSG_ADT_SHOW_RECENT_INDEX (1711//)
\033cAll files on this site
MSG_ADT_SHOW_RECENT_FOUND (1712//)
\033cFound files
MSG_ADT_ASK_LOAD_INDEX (1713//)
\033c\033bLoad local index file?\033n\nThis could take a while and\nmay need much memory space.
MSG_ADT_SHOW_RECENT_RECENT14 (1714//)
\033cAll files of last 14 days
;
; ADT-Find Window
;
MSG_WIN_ADTFIND (1801//)
AmFTP · ADT Find
MSG_AF_BT_FIND (1802//)
Find
MSG_AF_LABEL_FIND (1803//)
\033rSearch for:
MSG_AF_LABEL_HOST (1804//)
\033rADT find site:
MSG_ADT_ENTRYINFO (1805//)
%s [%s bytes, %lu bytes readme], send: %s
;
; Archie-Window
;
MSG_WIN_ARCHIE (1901//)
AmFTP · Archie
MSG_AW_BT_FIND (1902//)
Search
MSG_AW_LABEL_FIND (1903//)
\033rSearch for:
MSG_AW_LABEL_HOST (1904//)
\033rArchie search site:
MSG_AW_REC_TITLE_HOST (1905//)
\033uHost
MSG_AW_REC_TITLE_DIR (1906//)
\033uDirectory/File
MSG_ARCHIE_CONNECT (1907//)
\033bPlease wait, calling Archie search site...
MSG_ARCHIE_GETTING (1908//)
\033bPlease wait, getting search result...
MSG_AW_TXT_GETTING (1909//)
\033cConnection established.\n\033bPlease wait, getting data...
MSG_AW_INFO (1910//)
%ld Entries found
MSG_AW_BUT_PROFILE (1911//)
Add as profile
MSG_SH_AW_BUT_PROFILE (1912//)
Add selected entries\nin profile list
MSG_AW_BUT_SAVELIST (1914//)
Save archie result
MSG_SH_AW_BUT_SAVELIST (1915//)
Save archie search result to local disk
MSG_ARCHIE_ENTRYINFO (1913//)
%s [%s bytes], send: %s
;
; Login Window
;
MSG_WIN_LOGIN (2101//)
AmFTP · Login
;
; Compress Window
;
MSG_UC_TITLE (2201//)
AmFTP · Uncompress
MSG_UC_TEXT (2202//)
\033c\033bUncompressing.\033n\nFilename: \"%s\"\nPlease wait...
;
; Select ADTDir Window
;
MSG_WIN_ADTDIR (2301//)
AmFTP · Select ADT Directories
MSG_AD_BUT_ACTUAL (2302//)
Update ADT list
MSG_SH_AD_BUT_ACTUAL (2303//)
Removes unselected entries\nfrom ADT list
MSG_AD_BUT_ALL (2304//)
All
MSG_AD_BUT_NONE (2305//)
None
;
; Prefs-Program
;
MSG_WIN_PREFS (2401//)
AmFTP · Preferences
MSG_PW_BUT_SAVE (2402//)
Save
MSG_SH_PW_BUT_SAVE (2502//)
Save current settings as default.
MSG_PW_BUT_USE (2403//)
Use
MSG_SH_PW_BUT_USE (2503//)
Use settings for current session.
MSG_PW_BUT_CANCEL (2404//)
Cancel
MSG_SH_PW_BUT_CANCEL (2505//)
Forget current changes in settings.
MSG_PW_CYC_SETTINGS (2405//)
Settings
MSG_PW_CYC_FLAGS (2406//)
Flags
MSG_PW_CYC_SOUND (2407//)
Sound
MSG_PW_CYC_VIEWER (2408//)
Viewer
MSG_PW_CYC_CACHE (2438//)
Cache
MSG_PW_CYC_SPECIAL (2446//)
Special
MSG_PW_VIEWER_VIEWER (2410//)
Viewer:
MSG_SH_PW_VIEWER_VIEWER (2510//)
Call this expression as viewer call,\n\
when Viewer Pattern matches.\n\
(e.g. "SYS:Utilities/MultiView %f PUBSCREEN %p")
MSG_PW_VIEWER_PAT (2411//)
Viewer pattern:
MSG_SH_PW_VIEWER_PAT (2511//)
Use first viewer, when this pattern matches,\n\
otherwise the alternate viewer.
MSG_PW_VIEWER_ALTVIEWER (2412//)
Alternate viewer:
MSG_SH_PW_VIEWER_ALTVIEWER (2512//)
Call this expression as viewer call,\n\
when viewer pattern fails.\n\
(e.g. "SYS:Utilities/MultiView %f PUBSCREEN %p")
MSG_PW_VIEWER_INFO (2413//)
%f - "Path/Filename", %p - public screen name
MSG_PW_LOCALDIR (2415//)
Local directory:
MSG_SH_PW_LOCALDIR (2515//)
AmFTP uses this directory as startup directory,\n\
and as default directory when no other is set\n\
in profiles.
MSG_PW_ARCHIE (2416//)
Archie search site:
MSG_SH_PW_ARCHIE (2516//)
AmFTP uses this site as default Archie search site.
MSG_PW_ADT (2417//)
ADT find site:
MSG_SH_PW_ADT (2517//)
AmFTP uses this site as default ADT find site.
MSG_PW_ADT_MAXSEARCH (2443//)
Maximum search results:
MSG_SH_PW_ADT_MAXSEARCH (2543//)
Maximum number of results transfered with ADT find.
MSG_PW_LOGNAME (2418//)
Logfile:
MSG_SH_PW_LOGNAME (2518//)
Name of the AmFTP log file.
MSG_PW_CREATE_LOG (2419//)
Create log file:
MSG_SH_PW_CREATE_LOG (2519//)
If selected, a log file will be created and\n\
written. All Log-Window contents will be stored here.
MSG_PW_DISPLAY_LOG (2420//)
Display log window:
MSG_SH_PW_DISPLAY_LOG (2520//)
If selected, AmFTP displays log window\n\
at the bottom of the AmFTP main window.
MSG_PW_DISPLAY_MOTD (2448//)
Show Aminet MOTD:
MSG_SH_PW_DISPLAY_MOTD (2548//)
If selected a new Aminet MOTD\n(Message Of The Day)\nwill be displayed.
MSG_PW_ASK_LOCAL_DEL (2421//)
Confirm local delete:
MSG_SH_PW_ASK_LOCAL_DEL (2521//)
If selected local delete must be confirmed.
MSG_PW_ASK_REMOTE_DEL (2422//)
Confirm remote delete:
MSG_SH_PW_ASK_REMOTE_DEL (2522//)
If selected remote delete must be confirmed.
MSG_PW_SEND_NOOP (2423//)
Send NOOP to avoid timeout:
MSG_SH_PW_SEND_NOOP (2523//)
If selected AmFTP tries to avoid server timeout,\n\
and sends a NOOP command in regular intervals.
MSG_PW_RECEIVE_READMES (2424//)
Automatically receive *.readme files in ADT
MSG_SH_PW_RECEIVE_READMES (2524//)
If selected, AmFTP automatically receives readme's\n\
of current ADT download.
MSG_PW_CONFIRM_CLOSE (2425//)
Confirm close-connection:
MSG_SH_PW_CONFIRM_CLOSE (2525//)
If selected AmFTP pops up a request when user wants\n\
to close connection.
MSG_PW_CONNECT_WINDOW (2426//)
Pop up connect window:
MSG_SH_PW_CONNECT_WINDOW (2526//)
If selected AmFTP pop ups a connect window, during\n\
connection to a server. It also allows you to abort\n\
connection.
MSG_PW_DLMODE_NORMAL (2427//)
Start ftp in download mode:
MSG_SH_PW_DLMODE_NORMAL (2527//)
If selected AmFTP starts normal ftp mode not\n\
in dirtool mode, but in download mode.
MSG_PW_DIRTOOLMODE_ADT (2428//)
Start ADT in dirtool mode:
MSG_SH_PW_DIRTOOLMODE_ADT (2528//)
If selected AmFTP starts ADT mode not\n\
in download mode, but in dirtool mode.
MSG_PW_EVENT (2429//)
\033c\033uEvent:
MSG_PW_SOUND (2430//)
\033c\033uReact:
MSG_PW_SOUNDFILE (2431//)
\033c\033uSound (iff/8svx):
MSG_PW_VOLUME (2432//)
\033c\033uVol.:
MSG_PW_EVENT_START (2433//)
Start AmFTP:
MSG_PW_EVENT_END (2434//)
End AmFTP:
MSG_PW_EVENT_DL_BEGIN (2435//)
Start download:
MSG_PW_EVENT_DL_END (2436//)
End download:
MSG_PW_EVENT_VIEW (2437//)
Call viewer:
MSG_PW_EVENT_ABORT (2546//)
Abort connection:
MSG_PW_NUMCACHE (2439//)
Number of directory caches:
MSG_SH_PW_NUMCACHE (2539//)
This is the number of hold directory entries\n\
in directory cache.
MSG_PW_ASYNCBUF (2440//)
AsyncIO buffersize:
MSG_SH_PW_ASYNCBUF (2540//)
Set size of AsyncIO buffer.\n\
Be careful with that size.
MSG_PW_RECVBUF (2441//)
ftp receive buffersize:
MSG_SH_PW_RECVBUF (2541//)
Set size of ftp transfer receive buffer.
MSG_PW_SENDBUF (2442//)
ftp send buffersize:
MSG_SH_PW_SENDBUF (2542//)
Set size of ftp transfer send buffer.
MSG_PW_BEGINPORT (2444//)
XFer ports:
MSG_SH_PW_BEGINPORT (2544//)
Start ports for data- & transfer connection.\n\
Default: 1024 (don't change, if there is no need to do!)
MSG_PW_USEASYNCIO (2445//)
Use AsyncIO:
MSG_SH_PW_USEASYNCIO (2545//)
Activate this for AsyncIO transfer.\n\
AsyncIO is faster transfer, but takes lot of\n\
CPU time. If your computer breaks down during\n\
transfer, 1st reduce AsyncIO buffersize, and 2nd\n\
- if it breaks down anyway - deactivate AsyncIO.
MSG_PW_ANON (2447//)
e-Mail for anonymous login:
MSG_SH_PW_ANON (2547//)
Give e-Mail for password on anonymous login,\n\
or leave empty.
MSG_PW_COL_FILES (2449//)
Colour files:
MSG_PW_COL_DIRS (2450//)
Directories:
MSG_PW_COL_LINKS (2451//)
Links:
MSG_SH_PW_COL_FILES (2549//)
Colour of files in directory list.
MSG_SH_PW_COL_DIRS (2550//)
Colour of directories in directory list.
MSG_SH_PW_COL_LINKS (2551//)
Colour of links in directory list.
MSG_PW_WRITECOMMENT (2452//)
Write file comment:
MSG_SH_PW_WRITECOMMENT (2552//)
If selected AmFTP writes a file comment\n\
to every downloaded file where the file\n\
comes from.
MSG_PW_SKIPEXISTING (2453//)
Skip existing files:
MSG_SH_PW_SKIPEXISTING (2553//)
If selected AmFTP skips exisiting files\n\
while download (instead of asking what to\n\
do).
MSG_PW_EVENT_FEXISTS (2454//)
File exists:
MSG_PW_REQUESTLIST (2455//)
Request directory with '-l' option:
MSG_SH_PW_REQUESTLIST (2555//)
When activated the directory will be\n\
requested with LIST -l, otherwise with a\n\
simple LIST.